Best approach for Synchronization Mysql databases using C# [closed]

Posted by nirmal90 on Server Fault See other posts from Server Fault or by nirmal90
Published on 2012-11-19T05:16:24Z Indexed on 2012/11/19 23:07 UTC
Read the original article Hit count: 211

Filed under:
|

I have a requirement as below.

  • Windows application in c# with MySQL database
  • MySQL database in both local and server
  • One centralized server with many client
  • synchronizing the server database at each time when the new entry or update is happen in local machine
  • The server data also needs to be updated in local at regular intervals in order to avoid conflicts

I need to know what is the best approach to follow to make this synchronization without any conflicts.

© Server Fault or respective owner

Related posts about mysql

Related posts about c#